Nevron .NET Vision
Nevron.Diagram Namespace / NCustomPath Class / NCustomPath Constructor / NCustomPath Constructor(NPointF[],Byte[],PathType)
points of the path
types of the path points
type of the path


In This Topic
    NCustomPath Constructor(NPointF[],Byte[],PathType)
    In This Topic
    Creates a new custom stroke path with the specified path points and types
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal points() As NPointF, _
       ByVal pointTypes() As System.Byte, _
       ByVal pathType As PathType _
    )
    'Usage
     
    
    Dim points() As NPointF
    Dim pointTypes() As System.Byte
    Dim pathType As PathType
     
    Dim instance As New NCustomPath(points, pointTypes, pathType)
    public NCustomPath( 
       NPointF[] points,
       System.byte[] pointTypes,
       PathType pathType
    )

    Parameters

    points
    points of the path
    pointTypes
    types of the path points
    pathType
    type of the path
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also